home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*\
- | IntroDialog.h - CtlHTML(tm) Control Library Test Program |
- | Windmill Point Software, Alburg, VT 05440 |
- | Copyright (c) 1999, Windmill Point Software |
- | All Rights Reserved. |
- \*---------------------------------------------------------------------------*/
-
- #if !defined(AFX_INTRODIALOG_H__0562D683_DF10_11D2_8171_A0174FC10000__INCLUDED_)
- #define AFX_INTRODIALOG_H__0562D683_DF10_11D2_8171_A0174FC10000__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CIntroDialog dialog
-
- class CIntroDialog : public CDialog
- {
- // Construction
- public:
- CIntroDialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CIntroDialog)
- enum { IDD = IDD_INTRO };
- BOOL m_ShowIntro;
- //}}AFX_DATA
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CIntroDialog)
- protected:
- virtual BOOL OnInitDialog();
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CIntroDialog)
- afx_msg void OnActivate (UINT nState, CWnd* pWndOther, BOOL bMinimized);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- // {{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_INTRODIALOG_H__0562D683_DF10_11D2_8171_A0174FC10000__INCLUDED_)
-